crypto/x509.policyGraph.leafWithPolicy (method)
4 uses
crypto/x509 (current package)
verify.go#L1338: func (pg *policyGraph) leafWithPolicy(policy OID) *policyGraphNode {
verify.go#L1530: if matching := pg.leafWithPolicy(OID{der: []byte(issuerStr)}); matching != nil {
verify.go#L1532: } else if matching := pg.leafWithPolicy(anyPolicyOID); matching != nil {
verify.go#L1587: if currentAny := pg.leafWithPolicy(anyPolicyOID); currentAny != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)